home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / telnet.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.8 KB  |  84 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Virtual Terminal Protocol
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : E_Systems, Inc., ECI Division
  7. --                   : St. Petersburg, Florida
  8. --                   : Contact: Lt. Colonel Falgiano
  9. --                   : ESD/SCW
  10. --                   : Hanscom AFB, MA  01731
  11. -- COPYRIGHT         : (c) 1985 E_Systems, Inc.
  12. -- DATE CREATED      : 
  13. -- DATE RELEASED     : 22 June 1985
  14. -- DATE LAST UPDATED : 
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : 
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : Communications
  19. -- CATEGORY LEVEL 2  : Protocol
  20. -- CATEGORY LEVEL 3  : TELNET
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : 
  23. -- INDEX             : TELNET
  24. -- INDEX             : Virtual Terminal Protocol
  25. -- INDEX             : Protocol, Virtual Terminal
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : WIS_TOOL_03_2
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.DDN>TEL*.*
  31. -- FILE SPECS        : PD:<ADA.DDN>IFACE*.*
  32. -- FILE SPECS        : PD:<ADA.DDN>WICAT*.*
  33. -- FILE SPECS        : PD:<ADA.DDN>USERSMAN*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.DDN>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   TELBAT.CO               555          11
  39. --   TELNET.CMM             1264          34
  40. --   TELNET.CO               808          41
  41. --   TELNET.PRO             3642          80
  42. --   TELNET.SRC           273396        6840
  43. --   TELWICAT.DAT            194          14
  44. --   TELWICAT.SRC         218505        5011
  45. --   IFACE.COM               512          19
  46. --   IFACE.SRC             48820        1289
  47. --   IFACEBAT.COM            570          11
  48. --   WICATMISC.SRC        102526        3989
  49. --   USERSMAN.DIS            103           5
  50. --   USERSMAN.DOC         105163        2553
  51. --   ===============  ==========  ==========
  52. --    13 Files            756058       19897
  53. --= ABSTRACT             ===============================================--
  54. --         This tool  will  implement  RFC-854  of  the  TELNET  protocal
  55. -- supporting  a  bidirectional,  eight-bit  byte oriented communications
  56. -- facility.   This  approach  encompasses  three  main  ideas:   Network
  57. -- Virtual  Terminal  (NVT),  negotiated options, and a symmetric view of
  58. -- terminals and processes.
  59. --= REVISION HISTORY     ===============================================--
  60. --
  61. -- DATE         VERSION AUTHOR                  HISTORY 
  62. -- 06/22            1.0                       Initial Release
  63. --= RELEASE NOTICE       ===============================================--
  64. -- This prologue must be included in all copies of this software.
  65. -- 
  66. -- This software is copyright by the author.
  67. -- 
  68. -- This software is released to the Ada community.
  69. -- This software is released to the Public Domain (note:
  70. --   software released to the Public Domain is not subject
  71. --   to copyright protection).
  72. -- Restrictions on use or distribution:  NONE
  73. --= DISCLAIMER           ===============================================--
  74. --     This software and its documentation are provided "AS IS" and
  75. -- without any expressed or implied warranties whatsoever.  No warranties
  76. -- as to performance, merchantability, or fitness for a particular
  77. -- purpose exist.
  78. --     The user is advised to test the software thoroughly before
  79. -- relying on it.  The user must assume the entire risk and liability of
  80. -- using this software.  In no event shall any person or organization of
  81. -- people be held responsible for any direct, indirect, consequential or
  82. -- inconsequential damages or lost profits.
  83. --======================================================================--
  84.